Boost
boost
arrow_drop_down
Boost.Optional
C++ 11 Added in Boost 1.30.0
Categories: Data

A value-semantic, type-safe wrapper for representing 'optional' (or 'nullable') objects of a given type. An optional object may or may not contain a value of the underlying type.

This Release

Fernando Cacciola
Maintainer
Andrzej Krzemienski
Andrzej Krzemienski
Maintainer

optional

A library for representing optional (nullable) objects in C++.

optional<int> readInt(); // this function may return either an int or a not-an-int

if (optional<int> oi = readInt()) // did I get a real int
  cout << "my int is: " << *oi;   // use my int
else
  cout << "I have no int";

For more information refer to the documentation provided with this library.

All Time

Fernando Cacciola
Fernando Cacciola
Contributor
Josh Soref
Josh Soref
Contributor
Steven Watanabe
Steven Watanabe
Contributor
Beman Dawes
Beman Dawes
Contributor
Daniel James
Daniel James
Contributor
Andrey Semashev
Andrey Semashev
Contributor
nobody
Contributor
Niels Dekker
Contributor
Troy D. Straszheim
Troy D. Straszheim
Contributor
Stephen Kelly
Stephen Kelly
Contributor
Dave Abrahams
Dave Abrahams
Contributor
Marshall Clow
Marshall Clow
Contributor
Vladimir Prus
Vladimir Prus
Contributor
Rene Rivera
Rene Rivera
Contributor
Douglas Gregor
Douglas Gregor
Contributor
Peter Dimov
Peter Dimov
Contributor
John Maddock
John Maddock
Contributor
Peter Dimov
Peter Dimov
Contributor
Nikita Kniazev
Nikita Kniazev
Contributor
Matias Capeletto
Matias Capeletto
Contributor
Robert Leahy
Robert Leahy
Contributor
Hartmut Kaiser
Hartmut Kaiser
Contributor
sdarwin
sdarwin
Contributor
Edward Diener
Edward Diener
Contributor
Alexander Grund
Alexander Grund
Contributor
Michael A. Jackson
Michael A. Jackson
Contributor
Matt
Matt
Contributor
petamas
petamas
Contributor
Markus Schöpflin
Contributor
Gennaro Prota
Contributor
Jeremiah Willcock
Jeremiah Willcock
Contributor
Vicente J. Botet Escriba
Vicente J. Botet Escriba
Contributor
Vinnie Falco
Vinnie Falco
Contributor
Jürgen Hunold
Jürgen Hunold
Contributor
Jens Maurer
Jens Maurer
Contributor
drivehappy
drivehappy
Contributor
Moritz Baumann
Moritz Baumann
Contributor
Peter Klotz
Contributor
Stefan Seefeld
Stefan Seefeld
Contributor
Kazutoshi SATODA
Kazutoshi SATODA
Contributor
Sebastian Redl
Contributor
Siddhant Saraf
Siddhant Saraf
Contributor
Tolga HOŞGÖR
Tolga HOŞGÖR
Contributor
Anthony Leedom
Anthony Leedom
Contributor
Anthony
Anthony
Contributor
Daniel Seither
Daniel Seither
Contributor
Marcel Raad
Marcel Raad
Contributor
gieseanw
gieseanw
Contributor
Daniel J. Hofmann
Daniel J. Hofmann
Contributor
glywk
glywk
Contributor
Mike Dev
Mike Dev
Contributor
Andrey Semashev
Andrey Semashev
Contributor
Aleksey Gurtovoy
Contributor
akumta
akumta
Contributor
Kohei Takahashi
Kohei Takahashi
Contributor
Fredrik Blomqvist
Contributor
Giovanni Mascellani
Giovanni Mascellani
Contributor
Ralf W. Grosse-Kunstleve
Contributor
Gennadiy Rozental
Gennadiy Rozental
Contributor
Casey Carter
Casey Carter
Contributor
Tosiekdev
Tosiekdev
Contributor
Olaf van der Spek
Olaf van der Spek
Contributor
Benjamin Roland Buch
Benjamin Roland Buch
Contributor